home *** CD-ROM | disk | FTP | other *** search
/ Acorn Collectors / Acorn Collectors CD 1.iso / acorn / ftp / docs / ACORNUSR / 1993 / APR93 next >
Encoding:
Text File  |  1995-02-24  |  3.4 KB  |  69 lines

  1. Getting the best from the Outline Font Manager
  2.  
  3. The Outline Font Manager is provided as standard with RISC OS 3, and 
  4. can be used with RISC OS 2 although it is not a part of built in OS ROM.
  5.  
  6. There are a number of configuration settings available which allow you 
  7. to tune the performance of the Outline Font Manager to best suit the 
  8. way that you use your system.
  9.  
  10. It is important to ensure that there is an adequate amount of space 
  11. allocated for the font cache. This is an area of memory which is used 
  12. to hold font data within the computer's memory rather than having to go 
  13. and fetch it from disc each time it is needed. The initial size of the 
  14. area after a reset/power on can be set with 
  15.  
  16. *configure FontSize <number>K 
  17.  
  18. (or using !Configure). Even if you only make minimal use of fonts you 
  19. should always ensure that there is some font cache available. The optimum 
  20. setting to use depends upon the amount that you use fonts. A useful 
  21. yardstick is to put aside around 64K-128K per megabyte of memory in the 
  22. computer, so on a 2MB machine the setting would be between 128K and 256K. 
  23. The maximum setting is 1024K. Intensive font users may wish to use 256K 
  24. per megabyte instead.
  25.  
  26. However setting the size of the font cache is not the end of the story. 
  27. The next decision to make is where to place the tradeoff between high 
  28. quality anti-aliased characters and memory consumption/performance.
  29.  
  30. Anti-aliasing consists of determining how much of a character outline 
  31. occupies a given pixel. This information is used to choose a colour between 
  32. the foreground and background colour to represent it (this is typically a 
  33. range of greys between black in the foreground and white in the background). 
  34. The result of this is that characters will look much less jagged and more 
  35. pleasing to the eye. However calculating anti-aliasing takes time, so there 
  36. is a tradeoff to be made. You can also decide at which size of character 
  37. anti-aliasing should not be used since the character has become large enough 
  38. not to require anti-aliased pixels to assist its definition.
  39.  
  40. These settings are controlled by the five fontmax configuration values. 
  41. RISC OS 3 users may alter them by using !Configure. Any RISC OS user can 
  42. change them by pressing F12 and typing 'configure fontmax<n> <value>'. <n> 
  43. is the fontmax number (1-5) and <value> is the point size.
  44.  
  45. Fontmax2 and Fontmax3 (described as 'Use anti-aliasing for characters' and 
  46. 'Use cached bitmaps for characters' in !Configure) jointly set the maximum 
  47. point size of character which will be drawn using anti-aliasing. If the 
  48. point size used is larger, it will be scaled directly from the outlines 
  49. without being anti-aliased. Set both of these to the maximum point size that 
  50. you want anti-aliasing to be used with.
  51.  
  52. Note: The above is a great simplification of the real situation - those 
  53. interested in reading further should consult the RISC OS 3 Programmer's 
  54. Reference Manual.
  55.  
  56.  
  57. Acorn Pocket Book A-Link
  58.  
  59. The Acorn Pocket Book A-Link allows you to transfer data between a Pocket Book 
  60. and an Acorn 32 bit computer, and consists of a hardware link and a software 
  61. application which runs on the 32 bit workstation.
  62.  
  63. The A-link has advanced features which make it easy to use and because of this 
  64. RISC OS 3 (Version 3.10 or later) is required. This is provided as standard 
  65. with all new A3000 (ie A3010 and A3020), A4000, A5000 and A4 computers, and is 
  66. available as a low-cost upgrade to existing Archimedes owners. For further 
  67. details contact your local supplier.
  68.  
  69.